home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2004 March / PCWMAR04.iso / Software / Resources / JawsPDF Creator / JawsPdfCreatorEn.exe / Disk1 / data1.cab / InstDirDefault / startup.ps < prev   
Encoding:
Text File  |  2003-08-08  |  1.0 KB  |  49 lines

  1. %!
  2. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3. %%                                                                  %%
  4. %% startup.ps: default definitions for the JPEG dictionaries are    %%
  5. %% located here. These definitions may be edited, with care.        %%
  6. %% Eventually, more definitions may be placed here.                 %%
  7. %%                                                                  %%
  8. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  9.  
  10. systemdict /distillerstuff get begin
  11. /JpegLoCompression <<
  12. /QFactor 0.15
  13. /HSamples [1 1 1 1]
  14. /VSamples [1 1 1 1]
  15. /Blend 1
  16. /ColorTransform 1
  17. >> def
  18.  
  19. /JpegMedCompression <<
  20. /QFactor 0.50
  21. /Blend 1
  22. /HSamples [2 1 1 2]
  23. /VSamples [2 1 1 2]
  24. >> def
  25.  
  26. /JpegHiCompression <<
  27. /QFactor 1.3
  28. /Blend 1
  29. /HSamples [2 1 1 2]
  30. /VSamples [2 1 1 2]
  31. >> def
  32.  
  33. /CCITTDict <<
  34. /K -1
  35. >> def
  36.  
  37. /NTfontnames<<
  38. >> def
  39.  
  40. /NTfonttypes<<
  41. /Map_Symbols 0
  42. /MS_Outlook 0
  43. /MT_Extra 0
  44. >> def
  45. end
  46.  
  47. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  48.  
  49.